@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.lead {
  color: #5070ab;
  font-weight: 600;
}
.txt {
  position: relative;
  padding-left: 120px;
}
.txt+.txt {
  margin-top: 0 !important;
}
.txt span {
  position: absolute;
  left: 0;
  top: 0;
}
.txt span.keyword {
  position: static;
  display: block;
  color: #5070ab;
  font-weight: 600;
  font-size: 18px;
}
.text-atn, .text-atnNum {
  font-size: 1.2rem;
}
.accordion-box {
  margin-top: 50px;
}
.accordion-box_ttl {
  background: #e5e5e5;
  padding: 5px 10px 5px 110px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.accordion-box_ttl .num {
  color: #5273aa;
  font-size: 67px;
  position: absolute;
  top: -60px;
  left: 20px;
  font-family: "Oswald", sans-serif;
}
.btn-active_all {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
}
.btn-active_all a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #515151;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #515151;
  border-radius: 50%;
}
.btn-active_all span {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
}
.btn-active_all span::before, .btn-active_all span::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: .5s;
}
.btn-active_all span.active::before, .btn-active_all span.active::after {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 19%;
}
.btn-active_all span::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 17px;
  height: 2px;
  margin-top: 0px;
  position: absolute;
  transition: all 0.3s ease;
}
.btn-active_all span::after {
  width: 2px;
  height: 17px;
}
.acmenu_block dl {
  margin-top: 30px;
}
.acmenu_block dt {
  cursor: pointer;
  color: #fff;
  padding: 5px 15px;
  position: relative;
  font-size: 18px;
  background: url("../img/medium_accordion-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.acmenu_block dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.acmenu_block dt span::before,
.acmenu_block dt span::after {
  content: "";
  position: absolute;
  background: #5273a9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.acmenu_block dt span::before {
  width: 17px;
  height: 2px;
}
.acmenu_block dt span::after {
  width: 2px;
  height: 17px;
}
.acmenu_block dt.active span::before,
.acmenu_block dt.active span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.acmenu_block dd {
  display: none;
  background: #eef1f6;
  padding: 30px 20px;
}
.acmenu_block dd .toggle_inner + .toggle_inner {
  padding-top: 50px;
}
.acmenu_block dd .toggle_ttl {
  font-size: 18px;
  color: #5273a9;
  font-weight: 500;
  line-height: 1.5;
}
.acmenu_block dd p + .list-circle {
  margin-top: var(--spaceS) !important;
}
.acmenu_block dd [class^="list-"] {
  margin-bottom: 30px;
}
.acmenu_block dd .toggle_ttl-box {
  background: #768ebc;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 15px;
}
.table-default,.table-default th, .table-default td {
  border: none;
}
.table-default thead th {
  color: #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  width: 20%;
}
.table-default thead th:nth-child(2)::before,
.table-default thead th:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  box-sizing: border-box;
  border: 24px solid transparent;
  z-index: 1;
}
.table-default thead th:nth-child(2)::before {
  border-left: 15px solid #a8a8a8;
}
.table-default thead th:nth-child(3)::before {
  border-left: 15px solid #5273a9;
}
.table-default thead th:first-child {
  background: #fff;
  z-index: 2;
}
.table-default thead th:nth-child(2) {
  background: #a8a8a8;
}
.table-default thead th:nth-child(3) {
  background: #5273a9;
}
.table-default thead th:last-child {
  background: #869cc3;
}
.table-default tbody tr {
  border-bottom: 5px solid #fff;
}
.table-default tbody th.subTtl {
  background: #f7f8fc;
  color: #5273a9;
  border-right: 5px solid #fff;
  font-weight: 600;
}
.table-default tbody td:nth-child(2) {
  background: #f6f6f6;
}
.table-default tbody td:nth-child(3) {
  background: #dce2ee;
}
.table-default tbody td:last-child {
  background: #eef1f6;
}
.table-default tbody td {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.table-default tbody td span {
  font-size: 25px;
  padding-right: 3px;
}
.col-2_1>* {
  margin-top: 0;
}
.col-2_1>*:first-child {
  width: 60%;
}
.col-2_1>*:last-child {
  width: 35%;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* mainImg
-------------------------------------------------------------*/
  #mainImg figure {
    overflow: inherit;
    height: inherit;
    width: 100%;
    position: static;
  }
  #mainImg figure img {
    height: auto;
    width: 100%;
    object-fit: inherit;
    object-position: center;
  }
  .txt {
    padding-left: 0;
  }
  .txt+.txt {
    margin-top: 10px !important;
  }
  .txt span {
    display: block;
    position: static;
  }
  .txt span.keyword {
    font-size: 16px;
  }
  .accordion-box_ttl {
    padding: 30px 10px 45px 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .accordion-box_ttl .num {
    font-size: 43px;
    top: -35px;
    left: 10px;
  }
  .btn-active_all {
    right: 10px;
    top: 100px;
  }
  .btn-active_all a::before {
    width: 25px;
    height: 25px;
  }
  .btn-active_all span {
    padding-left: 35px;
    font-size: 15px;
  }
  .btn-active_all span::before, .btn-active_all span::after {
    top: 50%;
    left: 17.5%;
  }
  .btn-active_all span.active::before, .btn-active_all span.active::after {
    left: 17.5%;
  }
  .btn-active_all span::before {
    width: 15px;
  }
  .btn-active_all span::after {
    height: 15px;
  }
  .acmenu_block dt {
    padding: 5px 50px 5px 10px;
    font-size: 16px;
  }
  .acmenu_block dt span {
    width: 25px;
    height: 25px;
  }
  .acmenu_block dt span::before {
    width: 15px;
  }
  .acmenu_block dt span::after {
    height: 15px;
  }
  .sp-table-scroll .table-default {
    border-collapse: collapse;
  }
  .sp-table-scroll .table-default .w7em {
    min-width: 10em;
  }
  .table-default thead th:nth-child(2)::before, .table-default thead th:nth-child(3)::before {
    right: -27px;
    border: 17px solid transparent;
  }
  .table-default thead th:nth-child(2)::before {
    border-left: 10px solid #a8a8a8;
  }
  .table-default thead th:nth-child(3)::before {
    border-left: 10px solid #5273a9;
  }
  .table-default tbody td {
    font-size: 14px;
  }
  .table-default tbody td span {
    font-size: 20px;
  }
  .col-2_1>* {
    width: 100% !important;
  }
  .col-2_1>*:first-child {
    margin-bottom: 30px;
  }
}